-
Couldn't load subscription status.
- Fork 7
[DRIZZ-54] Collection Records Display #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- from `packages/next/src/index.ts` change export module to be a corrected file - fix schema for `uuid` case - remove `_` bug fix - `app-sidebar` improvement (imported icons, `Kivotos` name correction) - minor styling change including `tailwind.css` color scheme (2 variables swapped) - Revamp table component to `intentUI` table - **`list.client.tsx`, `list.tsx` are created and can be used for simple case but may need to be improved on next commit (Waiting for more stable rpc API)**
🦋 Changeset detectedLatest commit: 9814e45 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Did you have any video record? |
| headers.sort((a, b) => (b.label === collection.primaryField ? 1 : -1)) | ||
|
|
||
| const rows = data.map((record) => ({ | ||
| key: record[collection.primaryField], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
record.__pk แต่จริง ๆ จะ record[collection.primaryField] ก็ได้
- [DRIZZ-17] Collection Sidebar - [DRIZZ-54] Collection Records Display (Table) - [DRIZZ-55] Collection Sidebar Nav
dd335bc to
f8dceb9
Compare
Don't be surprised!!
60%is IntentUI component20%is custom component forplayground